hasPermissions method

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

Check if the notification permissions are granted

Implementation

@override
Future<bool> hasPermissions() => _notificationManager.hasPermissions();