getAllNotifications method

  1. @override
Future<List<JSNotification>> getAllNotifications()
override

Get all notifications

Implementation

@override
Future<List<interop.JSNotification>> getAllNotifications() async {
  return _notifications.values.toList();
}