clearInterval function

void clearInterval(
  1. int handle
)

Implementation

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