mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-12-12 02:57:22 +00:00
Refact. Flutter web, mid commit (#7502)
* Refact. Flutter web, mid commit Signed-off-by: fufesou <shuanglongchen@yeah.net> * Refact. Flutter web, mid commit Signed-off-by: fufesou <shuanglongchen@yeah.net> --------- Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@@ -247,7 +247,7 @@ class PlatformFFI {
|
||||
_eventCallback = fun;
|
||||
}
|
||||
|
||||
void setRgbaCallback(void Function(Uint8List) fun) async {}
|
||||
void setRgbaCallback(void Function(int, Uint8List) fun) async {}
|
||||
|
||||
void startDesktopWebListener() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user