preloadEvents property
Stream<PreloadOperation>
get
preloadEvents
Gets the stream of preload events.
Implementation
Stream<PreloadOperation> get preloadEvents => _preloadController.stream;
Gets the stream of preload events.
Stream<PreloadOperation> get preloadEvents => _preloadController.stream;