StreamsChannel constructor

StreamsChannel(
  1. String name, [
  2. MethodCodec codec = const StandardMethodCodec()
])

Implementation

StreamsChannel(this.name, [this.codec = const StandardMethodCodec()]);