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