clearTimeout function

void clearTimeout(
  1. int handle
)

Implementation

void clearTimeout(int handle) => interop.clearTimeout(handle);