notify property

Implementation

_i3.NotificationHandler Function(
  _i2.String, [
  _i3.NotificationOptions?,
]) get notify => (
      _i2.String p0, [
      _i3.NotificationOptions? p1,
    ]) =>
        _i5.callMethod(
          _i5.getProperty(
            this,
            'notify',
          ),
          r'call',
          [
            this,
            p0,
            p1 ?? _i7.undefined,
          ],
        );

Implementation

set notify(
    _i3.NotificationHandler Function(
      _i2.String, [
      _i3.NotificationOptions?,
    ]) value) {
  _i5.setProperty(
    this,
    'notify',
    _i5.allowInterop(value),
  );
}