unrefTimer method

void unrefTimer(
  1. num id
)

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],
  );
}