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