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