getAllNotifications method

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

Get all notifications

Implementation

@override
Future<List<interop.JSNotification>> getAllNotifications() {
  // TODO: implement getAllNotifications
  throw UnimplementedError();
}