off property
void Function(String, MessageEventHandler )
get
off
Implementation
void Function(
_i2.String,
_i3.MessageEventHandler,
) get off => (
_i2.String p0,
_i3.MessageEventHandler p1,
) =>
_i5.callMethod(
_i5.getProperty(
this,
'off',
),
r'call',
[
this,
p0,
_i5.allowInterop(p1),
],
);
set
off
(void value(String, MessageEventHandler ))
Implementation
set off(
void Function(
_i2.String,
_i3.MessageEventHandler,
) value) {
_i5.setProperty(
this,
'off',
_i5.allowInterop(value),
);
}