getActiveNotifications method

Future<List<ActiveNotification>> getActiveNotifications()

Returns a list of notifications that are already delivered/shown.

Implementation

Future<List<ActiveNotification>> getActiveNotifications() =>
    FlutterLocalNotificationsPlatform.instance.getActiveNotifications();