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:
fufesou
2024-03-25 10:47:53 +08:00
committed by GitHub
parent d546b23bd8
commit 8dff263a0c
6 changed files with 181 additions and 87 deletions

View File

@@ -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() {}