removeVoicePort static method
Removes the saved port number from the voice session.
Implementation
static Future<void> removeVoicePort() async => await _prefs?.remove(_keyVoicePort);
Removes the saved port number from the voice session.
static Future<void> removeVoicePort() async => await _prefs?.remove(_keyVoicePort);