SSTPProxy constructor

SSTPProxy({
  1. required String ip,
  2. required String port,
  3. String? userName,
  4. String? password,
})

Implementation

SSTPProxy(
    {required this.ip, required this.port, this.userName, this.password});