onPostFrame method

  1. @mustCallSuper
void onPostFrame(
  1. Duration timeStamp
)

Called at the end of the first frame of page render.

Handle network requests, navigation etc. here

Implementation

@mustCallSuper
void onPostFrame(Duration timeStamp) {
  _assertStateBuilderInitialized();
}