removeVoicePort static method

Future<void> removeVoicePort()

Removes the saved port number from the voice session.

Implementation

static Future<void> removeVoicePort() async => await _prefs?.remove(_keyVoicePort);