peerPushes property
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;
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.
Stream<TransportStreamPush> get peerPushes;