waitForFrame function

Future<void> waitForFrame()

Implementation

Future<void> waitForFrame() {
  return SchedulerBinding.instance.endOfFrame;
}