pushNotifications property
Indicates whether the NotificationService reports push notifications as being active.
Implementation
bool? get pushNotifications => _notificationService?.pushNotifications;
Indicates whether the NotificationService reports push notifications as being active.
bool? get pushNotifications => _notificationService?.pushNotifications;