scheduleFrame method
void
scheduleFrame()
Requests that, at the next appropriate opportunity, the onBeginFrame and onDrawFrame callbacks be invoked.
See also:
SchedulerBinding
, the Flutter framework class which manages the scheduling of frames.- scheduleWarmUpFrame, which should only be used to schedule warm up frames.
Implementation
void scheduleFrame() => _scheduleFrame();