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