onpopstate property
dynamic Function(PopStateEvent)?
get
onpopstate
Implementation
_i2.dynamic Function(_i3.PopStateEvent)? get onpopstate =>
(_i3.PopStateEvent p0) => _i4.callMethod(
_i4.getProperty(
this,
'onpopstate',
),
r'call',
[
this,
p0,
],
);
set
onpopstate
(dynamic value(PopStateEvent)?)
Implementation
set onpopstate(_i2.dynamic Function(_i3.PopStateEvent)? value) {
_i4.setProperty(
this,
'onpopstate',
value == null ? _i6.undefined : _i4.allowInterop(value),
);
}