getNotifications property

Future<List<Notification>> Function([GetNotificationOptions?]) get getNotifications

Implementation

_i2.Future<_i2.List<_i3.Notification>> Function([_i3.GetNotificationOptions?])
    get getNotifications => ([_i3.GetNotificationOptions? p0]) =>
        _i4.promiseToFuture(_i4.callMethod(
          _i4.getProperty(
            this,
            'getNotifications',
          ),
          r'call',
          [
            this,
            p0 ?? _i6.undefined,
          ],
        ));
set getNotifications (Future<List<Notification>> value([GetNotificationOptions?]))

Implementation

set getNotifications(
    _i2.Future<_i2.List<_i3.Notification>> Function(
            [_i3.GetNotificationOptions?])
        value) {
  _i4.setProperty(
    this,
    'getNotifications',
    _i4.allowInterop(value),
  );
}