removeAiPort static method

Future<void> removeAiPort()

Removes the saved IP address from the AI session.

Implementation

static Future<void> removeAiPort() async => await _prefs?.remove(_keyAiPort);