onWriteStart property

Stream<ProgressEvent> onWriteStart

Stream of writestart events handled by this FileWriter.

Implementation

Stream<ProgressEvent> get onWriteStart => writeStartEvent.forTarget(this);