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