onAbort property
Stream of abort events handled by this Transaction.
Implementation
Stream<Event> get onAbort => abortEvent.forTarget(this);
Stream of abort events handled by this Transaction.
Stream<Event> get onAbort => abortEvent.forTarget(this);