pendingNotificationRequestsCount property
Future<int>
get
pendingNotificationRequestsCount
override
The number of pending notifications.
Implementation
@override
Future<int> get pendingNotificationRequestsCount async =>
(await AwesomeNotifications().listScheduledNotifications()).length;