setPort static method

Future<void> setPort(
  1. String port
)

Sets the port number for the lg session.

Implementation

static Future<void> setPort(String port) async =>
    await _prefs?.setString(_keyPort, port);