mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
fix for iOS
This commit is contained in:
@@ -124,6 +124,7 @@ class PlatformFFI {
|
||||
}
|
||||
|
||||
static invokeMethod(String method,[ dynamic arguments ]) async {
|
||||
if (!isAndroid) return Future<bool>(() => false);
|
||||
return await toAndroidChannel.invokeMethod(method,arguments);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user