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