removeAiPort static method
Removes the saved IP address from the AI session.
Implementation
static Future<void> removeAiPort() async => await _prefs?.remove(_keyAiPort);
Removes the saved IP address from the AI session.
static Future<void> removeAiPort() async => await _prefs?.remove(_keyAiPort);