debug, win, privacy mode, broker

Signed-off-by: dignow <linlong1265@gmail.com>
This commit is contained in:
dignow
2023-07-09 02:05:25 +08:00
parent 32c349dd8b
commit e80da4af0d
4 changed files with 16 additions and 27 deletions

View File

@@ -1453,11 +1453,6 @@ pub fn cm_init() {
crate::flutter::connection_manager::cm_init();
}
pub fn cm_clear() {
#[cfg(not(any(target_os = "android", target_os = "ios")))]
crate::flutter::connection_manager::cm_clear();
}
/// Start an ipc server for receiving the url scheme.
///
/// * Should only be called in the main flutter window.