resetEmulatorConnectedFlag function

void resetEmulatorConnectedFlag()

Resets the emulator-connect apply-once flag (Issue 32/63). Internal test-support seam invoked only by the combined resetDreamicBootstrapIdempotencyForTest() (which IS the documented @visibleForTesting entry point) — not @visibleForTesting itself so the combined reset can call it without a cross-file visibility-lint warning.

Implementation

void resetEmulatorConnectedFlag() {
  _emulatorConnected = false;
}