writeEndEvent constant

EventStreamProvider<ProgressEvent> const writeEndEvent = const EventStreamProvider<ProgressEvent>('writeend')

Static factory designed to expose writeend events to event handlers that are not necessarily instances of FileWriter.

See EventStreamProvider for usage information.

Implementation

static const EventStreamProvider<ProgressEvent> writeEndEvent =
    const EventStreamProvider<ProgressEvent>('writeend')