Channel constructor

Channel(
  1. MethodChannel _methodChannel,
  2. String channelName,
  3. int _channelHandle
)

Implementation

Channel(this._methodChannel, this.channelName, this._channelHandle);