setAiPort static method

Future<void> setAiPort(
  1. String aiPort
)

Sets the port number for the AI session.

Implementation

static Future<void> setAiPort(String aiPort) async =>
    await _prefs?.setString(_keyAiPort, aiPort);