mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-26 14:41:04 +03:00
update android server notification
This commit is contained in:
@@ -849,8 +849,8 @@ class FFI {
|
||||
PlatformFFI.setMethodCallHandler(callback);
|
||||
}
|
||||
|
||||
static Future<bool> invokeMethod(String method) async {
|
||||
return await PlatformFFI.invokeMethod(method);
|
||||
static Future<bool> invokeMethod(String method,[ dynamic arguments ]) async {
|
||||
return await PlatformFFI.invokeMethod(method, arguments);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user