mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
update android server notification
This commit is contained in:
@@ -123,8 +123,8 @@ class PlatformFFI {
|
||||
});
|
||||
}
|
||||
|
||||
static invokeMethod(String method) async {
|
||||
return await toAndroidChannel.invokeMethod(method);
|
||||
static invokeMethod(String method,[ dynamic arguments ]) async {
|
||||
return await toAndroidChannel.invokeMethod(method,arguments);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user