areNotificationsEnabled static method

Future<bool?> areNotificationsEnabled()

Implementation

static Future<bool?> areNotificationsEnabled() async {
  return await _platform.invokeMethod(_ARE_NOTIFICATIONS_ENABLED);
}