removePort static method
Removes the saved port number from the lg session.
Implementation
static Future<void> removePort() async => await _prefs?.remove(_keyPort);
Removes the saved port number from the lg session.
static Future<void> removePort() async => await _prefs?.remove(_keyPort);