incoming property

  1. @override
P2PStream<Uint8List> get incoming
override

Returns a Dart Stream of the incoming data

Implementation

@override
P2PStream<Uint8List> get incoming => throw UnimplementedError('incoming not supported by negotiation wrapper');