getPort static method
Retrieves the saved port number from the lg session.
Implementation
static String? getPort() => _prefs?.getString(_keyPort);
Retrieves the saved port number from the lg session.
static String? getPort() => _prefs?.getString(_keyPort);