feat: callbacks and flutter msg bridge

This commit is contained in:
Kingtous
2023-05-04 13:18:19 +08:00
parent 0ed209b4d2
commit 34314e50f7
5 changed files with 133 additions and 50 deletions

View File

@@ -9,7 +9,7 @@ pub mod ipc;
mod plog;
mod plugins;
pub mod native;
mod native_handlers;
pub mod native_handlers;
pub use plugins::{
handle_client_event, handle_listen_event, handle_server_event, handle_ui_event, load_plugin,