incoming property

  1. @override
P2PStream<Uint8List> get incoming
override

Returns a Dart Stream of the incoming data

Implementation

@override
P2PStream<Uint8List> get incoming => _underlyingMuxedStream;