scheduleFrame abstract method

void scheduleFrame(
  1. VoidCallback frameCallback
)

Schedules a frame with the provided frameCallback

Implementation

void scheduleFrame(VoidCallback frameCallback);