getAiPort static method

String? getAiPort()

Retrieves the saved IP address from the AI session.

Implementation

static String? getAiPort() => _prefs?.getString(_keyAiPort);