pushNotifications property
Indicates whether device is running on a Firebase Cloud Messaging supported OS, meaning it supports receiving push notifications.
Implementation
bool get pushNotifications => isWeb || isMobile;
Indicates whether device is running on a Firebase Cloud Messaging supported OS, meaning it supports receiving push notifications.
bool get pushNotifications => isWeb || isMobile;