hasNotificationPermission method

Future<bool> hasNotificationPermission()

Check if notification permission is granted

Implementation

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