removeAiIp static method
Removes the saved port number from the AI session.
Implementation
static Future<void> removeAiIp() async => await _prefs?.remove(_keyAiIp);
Removes the saved port number from the AI session.
static Future<void> removeAiIp() async => await _prefs?.remove(_keyAiIp);