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