supportsPushNotifications property

bool get supportsPushNotifications

Check if platform supports push notifications

Implementation

static bool get supportsPushNotifications {
  return isMobile; // Push notifications mainly on mobile
}