removePort static method

Future<void> removePort()

Removes the saved port number from the lg session.

Implementation

static Future<void> removePort() async => await _prefs?.remove(_keyPort);