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