preloadEvents property

Stream<PreloadOperation> get preloadEvents

Gets the stream of preload events.

Implementation

Stream<PreloadOperation> get preloadEvents => _preloadController.stream;