refTimer method
Make the timer of the given id
block the event loop from finishing.
Implementation
void refTimer(_i2.num id) {
_i3.callMethod(
this,
'refTimer',
[id],
);
}
Make the timer of the given id
block the event loop from finishing.
void refTimer(_i2.num id) {
_i3.callMethod(
this,
'refTimer',
[id],
);
}