checkAndroidPushChannelStatus method

Future<Map> checkAndroidPushChannelStatus()

Android 查询推送通道状态

Implementation

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