NativeRequestAnimationFrame typedef
NativeRequestAnimationFrame =
Void Function(Int32 newFrameId, Pointer<Void> callbackContext, Double contextId, Pointer<NativeFunction<NativeRAFAsyncCallback> > )
Implementation
typedef NativeRequestAnimationFrame = Void Function(
Int32 newFrameId, Pointer<Void> callbackContext, Double contextId, Pointer<NativeFunction<NativeRAFAsyncCallback>>);