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