removeVoiceIp static method
Removes the saved IP address from the voice session.
Implementation
static Future<void> removeVoiceIp() async => await _prefs?.remove(_keyVoiceIp);
Removes the saved IP address from the voice session.
static Future<void> removeVoiceIp() async => await _prefs?.remove(_keyVoiceIp);