getNotificationsPermission method

Future<bool> getNotificationsPermission()

Implementation

Future<bool> getNotificationsPermission() async {
  return await _handlePermission(Permission.notification);
}