onAbort property
Stream<StompTransaction>
get
onAbort
Stream of transaction abort events
Implementation
Stream<StompTransaction> get onAbort => _abortController.stream;
Stream of transaction abort events
Stream<StompTransaction> get onAbort => _abortController.stream;