pendingNotificationRequestsCount property

Future<int> pendingNotificationRequestsCount

The number of pending notifications.

Note that on iOS there is a limit of 64 pending notifications. See https://pub-web.flutter-io.cn/packages/flutter_local_notifications#ios-pending-notifications-limit

Implementation

Future<int> get pendingNotificationRequestsCount;