onPostFrame method
Called at the end of the first frame of page render.
Handle network requests, navigation etc. here
Implementation
@mustCallSuper
void onPostFrame(Duration timeStamp) {
_assertStateBuilderInitialized();
}
Called at the end of the first frame of page render.
Handle network requests, navigation etc. here
@mustCallSuper
void onPostFrame(Duration timeStamp) {
_assertStateBuilderInitialized();
}