peerPushes property
Stream<TransportStreamPush>
get
peerPushes
Streams which the remote end pushed to this endpoint.
If peer pushes were enabled, the client is responsible to either handle or reject any peer push.
Implementation
Stream<TransportStreamPush> get peerPushes;