getVoicePort static method
Retrieves the saved port number from the voice session.
Implementation
static String? getVoicePort() => _prefs?.getString(_keyVoicePort);
Retrieves the saved port number from the voice session.
static String? getVoicePort() => _prefs?.getString(_keyVoicePort);