onError property
A callback function that will be called when an error occurs whilst attempting to render media.
Implementation
final Function(String description)? onError;
A callback function that will be called when an error occurs whilst attempting to render media.
final Function(String description)? onError;