removeIP static method

Future<void> removeIP()

Removes the saved IP address from the lg session.

Implementation

static Future<void> removeIP() async => await _prefs?.remove(_keyIP);