captureEvents property
void Function()
get
captureEvents
Implementation
void Function() get captureEvents => () => _i4.callMethod(
_i4.getProperty(
this,
'captureEvents',
),
r'call',
[this],
);
set
captureEvents
(void value())
Implementation
set captureEvents(void Function() value) {
_i4.setProperty(
this,
'captureEvents',
_i4.allowInterop(value),
);
}