onError property

ValueNotifier<String?> onError
final

Emitted when a playback error occurs or when it's not possible to load the video source

Implementation

final onError = ValueNotifier<String?>(
  null,
);