getNotifications method

Future<Iterable<Notification>> getNotifications([
  1. GetNotificationOptions? filter
])

Implementation

Future<Iterable<Notification>> getNotifications(
        [GetNotificationOptions? filter]) =>
    js_util.promiseToFuture(
        js_util.callMethod(this, 'getNotifications', [filter]));