onDetached method

  1. @mustCallSuper
void onDetached()

Called when the app is detached

Implementation

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

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