reset static method

void reset()

Between cold starts within a suite (keeps the screen-change listener).

Implementation

static void reset() {
  runtimeBootstrapped = false;
  navigationFlow.clear();
  navigationFlow.onScreenAdded = null;
  LiveAsyncCallSupport.reset();
  Ensemble.resetInitManagersForTest();
}