requestAnimationFrame method

int requestAnimationFrame(
  1. XRFrameRequestCallback callback
)

Implementation

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