isNotificationAllowed method

  1. @override
Future<bool> isNotificationAllowed()
override

Check if the notifications are globally permitted

Implementation

@override
Future<bool> isNotificationAllowed() async {
  return false;
}