writeEndEvent constant - FileWriter class - dart:html library (original) (raw)
EventStreamProvider<ProgressEvent> const writeEndEvent
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');