removeAiIp static method

Future<void> removeAiIp()

Removes the saved port number from the AI session.

Implementation

static Future<void> removeAiIp() async => await _prefs?.remove(_keyAiIp);