fix missed ffi method
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
b9b2f76ae0
commit
e0b3ef6c4b
@ -48,6 +48,13 @@ fn initialize(app_dir: &str) {
|
||||
}
|
||||
}
|
||||
|
||||
pub fn start_global_event_stream(s: StreamSink<String>, app_type: String) -> ResultType<()> {
|
||||
super::flutter::start_global_event_stream(s, app_type)
|
||||
}
|
||||
|
||||
pub fn stop_global_event_stream(app_type: String) {
|
||||
super::flutter::stop_global_event_stream(app_type)
|
||||
}
|
||||
pub enum EventToUI {
|
||||
Event(String),
|
||||
Rgba,
|
||||
|
Loading…
x
Reference in New Issue
Block a user