提交 6d2f54a4 authored 作者: JarvanMo's avatar JarvanMo

rm unregisterApp

上级 df185369
...@@ -27,9 +27,9 @@ class Fluwx { ...@@ -27,9 +27,9 @@ class Fluwx {
return await _channel.invokeMethod("registerApp", model.toMap()); return await _channel.invokeMethod("registerApp", model.toMap());
} }
static Future unregisterApp(RegisterModel model) async { // static Future unregisterApp(RegisterModel model) async {
return await _channel.invokeMethod("unregisterApp", model.toMap()); // return await _channel.invokeMethod("unregisterApp", model.toMap());
} // }
void listen() { void listen() {
_channel.setMethodCallHandler(_handler); _channel.setMethodCallHandler(_handler);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论