getVoicePort static method

String? getVoicePort()

Retrieves the saved port number from the voice session.

Implementation

static String? getVoicePort() => _prefs?.getString(_keyVoicePort);