canShowNotifications property

bool get canShowNotifications

Whether the status allows showing notifications.

Implementation

bool get canShowNotifications {
  return this == PermissionStatus.granted ||
      this == PermissionStatus.partiallyGranted;
}