onNextFrame method

  1. @mustCallSuper
void onNextFrame(
  1. Duration timeStamp
)
inherited

Called at the beginning of the second frame of page render

Implementation

@mustCallSuper
void onNextFrame(Duration timeStamp) {
  _assertDockBuilderInitialized();
}