getPort static method

String? getPort()

Retrieves the saved port number from the lg session.

Implementation

static String? getPort() => _prefs?.getString(_keyPort);