decodeChannel method

FutureOr<(Uint8List, Channel)?> decodeChannel(
  1. Uint8List data,
  2. Channel channel
)
inherited

Implementation

FutureOr<(O, Channel)?> decodeChannel(I data, Channel channel) async =>
    (await decode(data), channel);