RemoteServer constructor

RemoteServer({
  1. int port = 3100,
  2. String? host,
  3. String? authToken,
})

Implementation

RemoteServer({this.port = 3100, this.host, this.authToken});