isAndroidNotificationEnabled method

Future<bool> isAndroidNotificationEnabled({
  1. String? id,
})

检查通知状态

Implementation

Future<bool> isAndroidNotificationEnabled({String? id}) async {
  throw UnimplementedError(
      'isAndroidNotificationEnabled() has not been implemented.');
}