mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-12 10:21:27 +03:00
fix web and multi platform adaptation
This commit is contained in:
@@ -9,6 +9,7 @@ var isIOS = false;
|
||||
var isWeb = false;
|
||||
var isDesktop = false;
|
||||
var version = "";
|
||||
int androidVersion = 0;
|
||||
|
||||
typedef F = String Function(String);
|
||||
typedef FMethod = String Function(String, dynamic);
|
||||
|
||||
Reference in New Issue
Block a user