onPreloadEvent property
Reports the events of preloaded media resources.
srcThe URL of the media resource.eventEvents that occur when media resources are preloaded. See PlayerPreloadEvent.
Implementation
final void Function(String src, PlayerPreloadEvent event)? onPreloadEvent;