setVoiceIP static method

Future<void> setVoiceIP(
  1. String ip
)

Sets the IP address for the voice session.

Implementation

static Future<void> setVoiceIP(String ip) async =>
    await _prefs?.setString(_keyVoiceIp, ip);