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