getVoiceIp static method
Retrieves the saved IP address from the voice session.
Implementation
static String? getVoiceIp() => _prefs?.getString(_keyVoiceIp);
Retrieves the saved IP address from the voice session.
static String? getVoiceIp() => _prefs?.getString(_keyVoiceIp);