isNotificationEnabled method

Future<bool> isNotificationEnabled()

调用此 API 检测通知授权状态是否打开

Implementation

Future<bool> isNotificationEnabled() async {
  print(flutter_log + "isNotificationEnabled:has not been implemented.");
  return false;
}