pushNotifications property

bool get pushNotifications

Indicates whether device is running on a Firebase Cloud Messaging supported OS, meaning it supports receiving push notifications.

Implementation

bool get pushNotifications => isWeb || isMobile;