getIP static method

String? getIP()

Retrieves the saved IP address from the lg session.

Implementation

static String? getIP() => _prefs?.getString(_keyIP);