Commit 68dd4048 authored by 余玠's avatar 余玠

add log to debug

parent 8dea7183
......@@ -101,6 +101,7 @@ class FlutterBoost {
properties["url"] = url;
properties["urlParams"] = urlParams;
properties["exts"] = exts;
print("[JDEBUGX]------boost2.openPage channel call--------");
return channel.invokeMethod<Map<String,dynamic>>(
'openPage', properties);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment