debugResetSplashGate static method

  1. @visibleForTesting
void debugResetSplashGate()

测试隔离:丢掉当前门闩并恢复静态量。

Implementation

@visibleForTesting
static void debugResetSplashGate() {
  _prepareSplashStatics(hasOverlay: false);
  isBootstrapReady.value = true;
}