getAiIp static method

String? getAiIp()

Retrieves the saved port number from the AI session.

Implementation

static String? getAiIp() => _prefs?.getString(_keyAiIp);