onFrame property

Stream<StompFrame> get onFrame

Stream of frames from this connection

Implementation

Stream<StompFrame> get onFrame => _frameController.stream;