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