onpopstate property

(dynamic Function(PopStateEvent)?) onpopstate

Implementation

_i2.dynamic Function(_i3.PopStateEvent)? get onpopstate =>
    (_i3.PopStateEvent p0) => _i4.callMethod(
          _i4.getProperty(
            this,
            'onpopstate',
          ),
          r'call',
          [
            this,
            p0,
          ],
        );
void onpopstate=(dynamic value(PopStateEvent)?)

Implementation

set onpopstate(_i2.dynamic Function(_i3.PopStateEvent)? value) {
  _i4.setProperty(
    this,
    'onpopstate',
    value == null ? _i6.undefined : _i4.allowInterop(value),
  );
}