onBeforeBuild function
Registers a callback to be called before the widget is built.
Implementation
void onBeforeBuild(void Function(BuildContext context) callback) =>
_lifeContext.onBeforeBuild(callback);
Registers a callback to be called before the widget is built.
void onBeforeBuild(void Function(BuildContext context) callback) =>
_lifeContext.onBeforeBuild(callback);