onDIDisposing method

void onDIDisposing()

Implementation

void onDIDisposing() {
  if (ZenConfig.enableDebugLogs) {
    ZenLogger.logDebug('Controller $runtimeType disposing from DI system');
  }
}