removeVoiceIp static method

Future<void> removeVoiceIp()

Removes the saved IP address from the voice session.

Implementation

static Future<void> removeVoiceIp() async => await _prefs?.remove(_keyVoiceIp);