onInactive method

  1. @mustCallSuper
void onInactive()

Called when the app is inactive

Implementation

@mustCallSuper
void onInactive() {
  if (_checkDisposed('onInactive')) return;

  if (ZenConfig.enableDebugLogs) {
    ZenLogger.logDebug('Controller $runtimeType inactive');
  }
}