pendingNotificationRequestsCount property

  1. @override
Future<int> pendingNotificationRequestsCount
override

The number of pending notifications.

Implementation

@override
Future<int> get pendingNotificationRequestsCount async =>
    (await AwesomeNotifications().listScheduledNotifications()).length;