getActiveNotifications method
Returns a list of notifications that are already delivered/shown.
Implementation
Future<List<ActiveNotification>> getActiveNotifications() =>
FlutterLocalNotificationsPlatform.instance.getActiveNotifications();
Returns a list of notifications that are already delivered/shown.
Future<List<ActiveNotification>> getActiveNotifications() =>
FlutterLocalNotificationsPlatform.instance.getActiveNotifications();