onDetached method
Called when the app is detached
Implementation
@mustCallSuper
void onDetached() {
if (_checkDisposed('onDetached')) return;
if (ZenConfig.enableDebugLogs) {
ZenLogger.logDebug('Controller $runtimeType detached');
}
}
Called when the app is detached
@mustCallSuper
void onDetached() {
if (_checkDisposed('onDetached')) return;
if (ZenConfig.enableDebugLogs) {
ZenLogger.logDebug('Controller $runtimeType detached');
}
}