onCommit property
Stream<StompTransaction>
get
onCommit
Stream of transaction commit events
Implementation
Stream<StompTransaction> get onCommit => _commitController.stream;
Stream of transaction commit events
Stream<StompTransaction> get onCommit => _commitController.stream;