checkNotificationPermission method

Future<bool> checkNotificationPermission()

Check if notification permission is granted.

Returns true if permission is granted or not needed.

Implementation

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