getVoiceIp static method

String? getVoiceIp()

Retrieves the saved IP address from the voice session.

Implementation

static String? getVoiceIp() => _prefs?.getString(_keyVoiceIp);