调用此 API 检测通知授权状态是否打开
Future<bool> isNotificationEnabled() async { print(flutter_log + "isNotificationEnabled:has not been implemented."); return false; }