onDownloadEvent property

Stream<WebviewDownloadEvent> get onDownloadEvent

A stream of download lifecycle events (started, progress, completed).

Implementation

Stream<WebviewDownloadEvent> get onDownloadEvent =>
    _downloadEventStreamController.stream;