incoming property

  1. @override
Stream<OmnyShellFrame> get incoming
override

Inbound frames decoded from the peer. A single-subscription stream; it closes when the connection closes.

Implementation

@override
Stream<OmnyShellFrame> get incoming => _incoming.stream;