reversed static method

NetworkerPipe<Uint8List, Uint8List> reversed()

Implementation

static NetworkerPipe<Uint8List, Uint8List> reversed() {
  return ReversedNetworkerPipe(InternalChannelPipe());
}