getAiPort static method
Retrieves the saved IP address from the AI session.
Implementation
static String? getAiPort() => _prefs?.getString(_keyAiPort);
Retrieves the saved IP address from the AI session.
static String? getAiPort() => _prefs?.getString(_keyAiPort);