提交 ee6ae0e6 authored 作者: 史晓晨's avatar 史晓晨

feat:增加日志打印

上级 5a21c2c3
......@@ -372,6 +372,7 @@ Future applicationBadgeNumberClean({int num: 0}) async {
}
Future<dynamic> _handler(MethodCall methodCall) {
debugPrint("-----> flutterPush:handler ${methodCall.method}");
if ("initCloudChannelResult" == methodCall.method) {
_initCloudChannelResultController.add(CommonCallbackResult(
isSuccessful: methodCall.arguments["isSuccessful"],
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论