setVoicePort static method

Future<void> setVoicePort(
  1. String port
)

Sets the port number for the voice session.

Implementation

static Future<void> setVoicePort(String port) async =>
    await _prefs?.setString(_keyVoicePort, port);