GatekeeperClient constructor

GatekeeperClient(
  1. String host,
  2. int port, {
  3. bool secure = true,
  4. bool verbose = false,
})

Creates a new GatekeeperClient instance.

Implementation

GatekeeperClient(this.host, this.port,
    {this.secure = true, this.verbose = false});