ClientChannel constructor

ClientChannel(
  1. Object host, {
  2. int port = 443,
  3. ChannelOptions options = const ChannelOptions(),
  4. void channelShutdownHandler()?,
})

Implementation

ClientChannel(
  this.host, {
  this.port = 443,
  this.options = const ChannelOptions(),
  super.channelShutdownHandler,
});