onMounted function
Registers a callback to be called when the widget is first mounted.
Implementation
void onMounted(VoidCallback callback) => _lifeContext.onMounted(callback);
Registers a callback to be called when the widget is first mounted.
void onMounted(VoidCallback callback) => _lifeContext.onMounted(callback);