onUpdated function
Registers a callback to be called when the widget is updated.
Implementation
void onUpdated(void Function(StatefulWidget) callback) =>
_lifeContext.onUpdated(callback);
Registers a callback to be called when the widget is updated.
void onUpdated(void Function(StatefulWidget) callback) =>
_lifeContext.onUpdated(callback);