closeAndroidPushLog method

Future<Map> closeAndroidPushLog()

关闭 Android 推送日志

Implementation

Future<Map<dynamic, dynamic>> closeAndroidPushLog() async {
  throw UnimplementedError('closeAndroidPushLog() has not been implemented.');
}