onFrame property
Stream<StompFrame>
get
onFrame
Stream of frames from this connection
Implementation
Stream<StompFrame> get onFrame => _frameController.stream;
Stream of frames from this connection
Stream<StompFrame> get onFrame => _frameController.stream;