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