menu
setonix_server
setonix_server.dart
NetworkerPipe
<
I
,
O
>
decodeChannel method
decodeChannel
dark_mode
light_mode
decodeChannel
method
(
O
,
Channel
)?
decodeChannel
(
I
data
,
Channel
channel
)
Implementation
(O, Channel)? decodeChannel(I data, Channel channel) => (decode(data), channel);
setonix_server
setonix_server
NetworkerPipe
<
I
,
O
>
decodeChannel method
NetworkerPipe class