cancelAnimationFrame method

void cancelAnimationFrame(
  1. int handle
)

Implementation

void cancelAnimationFrame(int handle) =>
    js_util.callMethod(this, 'cancelAnimationFrame', [handle]);