menu
python_channel package
documentation
python_channel.dart
Channel<O, I>
decodeInput abstract method
decodeInput abstract method
dark_mode
light_mode
decodeInput
abstract method
Uint8List
decodeInput
(
I
data
)
decode the input of the channel to bytes
Implementation
Uint8List decodeInput(I data);
python_channel package
documentation
python_channel
Channel<O, I>
decodeInput abstract method
Channel class