checkNotificationPermission static method

Future<bool> checkNotificationPermission()

Implementation

static Future<bool> checkNotificationPermission() async {
  return await _channel.invokeMethod("checkNotificationPermission");
}