clearCachedEmulatorAddress static method

Future<void> clearCachedEmulatorAddress()

Manually clear the cached emulator address (for testing or troubleshooting)

Implementation

static Future<void> clearCachedEmulatorAddress() async {
  await _clearCachedEmulatorAddress();
}