onComplete property
Stream of complete
events handled by this Transaction.
Implementation
Stream<Event> get onComplete => completeEvent.forTarget(this);
Stream of complete
events handled by this Transaction.
Stream<Event> get onComplete => completeEvent.forTarget(this);