clearCachedEmulatorAddress static method
Manually clear the cached emulator address (for testing or troubleshooting)
Implementation
static Future<void> clearCachedEmulatorAddress() async {
await _clearCachedEmulatorAddress();
}
Manually clear the cached emulator address (for testing or troubleshooting)
static Future<void> clearCachedEmulatorAddress() async {
await _clearCachedEmulatorAddress();
}