setAiIp static method

Future<void> setAiIp(
  1. String aiIp
)

Sets the IP address for the AI session.

Implementation

static Future<void> setAiIp(String aiIp) async =>
    await _prefs?.setString(_keyAiIp, aiIp);