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