AdbConnection constructor

AdbConnection(
  1. String ip,
  2. int port,
  3. AdbCrypto crypto, {
  4. bool verbose = false,
})

Implementation

AdbConnection(this.ip, this.port, this.crypto, {this.verbose = false});