pushNotifications property

bool? get pushNotifications

Indicates whether the NotificationService reports push notifications as being active.

Implementation

bool? get pushNotifications => _notificationService?.pushNotifications;