UbuntuSession constructor

UbuntuSession({
  1. bool fallback = true,
  2. @visibleForTesting Map<String, String>? env,
})

Implementation

UbuntuSession({
  bool fallback = true,
  @visibleForTesting Map<String, String>? env,
})  : _env = env ?? Platform.environment,
      _manager = _getManager(fallback, env ?? Platform.environment);