onReady method
void
onReady()
Triggered immediately after the screen draws its very first frame.
This lifecycle hook is executed safely post-frame via addPostFrameCallback. It is perfect
for operations that depend on an active interface layout context, such as displaying native
dialogs, snackbars, routing overlays, or starting fine-tuned UI animations.
Implementation
void onReady() {}