requestAnimationFrame method

int requestAnimationFrame(
  1. FrameRequestCallback callback
)

Implementation

int requestAnimationFrame(FrameRequestCallback callback) => js_util
    .callMethod(this, 'requestAnimationFrame', [allowInterop(callback)]);