onError property
Emitted when a playback error occurs or when it's not possible to load the video source
Implementation
final onError = ValueNotifier<String?>(
null,
);
Emitted when a playback error occurs or when it's not possible to load the video source
final onError = ValueNotifier<String?>(
null,
);