checkNotificationPermission method

Future<bool> checkNotificationPermission()

Implementation

Future<bool> checkNotificationPermission() {
  throw UnimplementedError(
    'checkNotificationPermission() has not been implemented.',
  );
}