HttpTransport constructor

HttpTransport(
  1. Logger? logger, [
  2. bool? isWeb
])

Implementation

HttpTransport(this.logger, [this.isWeb]);