fix mobile build

This commit is contained in:
csf
2022-08-23 14:12:30 +08:00
parent 75b04b9af1
commit 91f2106037
2 changed files with 8 additions and 5 deletions

View File

@@ -510,7 +510,7 @@ Widget clientInfo(Client client) {
]));
}
void toAndroidChannelInit() {
void androidChannelInit() {
gFFI.setMethodCallHandler((method, arguments) {
debugPrint("flutter got android msg,$method,$arguments");
try {