ads/views/loader/video_view library

Classes

VideoView
A widget that displays a native video player using the VideoLoaderFlutter class.
VideoViewController
Controller for VideoView to control playback from outside

Typedefs

QuartileCallback = void Function(int quartile)
VideoErrorCallback = void Function(String errorCode, String errorMessage)
Callback types for video player events
VideoEventCallback = void Function()
VideoStateCallback = void Function(bool state)
VisibilityCallback = void Function(double visiblePercentage)