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