controller property

VideoViewerController? controller
final

Controls a platform video viewer, and provides updates when the state is changing.

Instances must be initialized with initialize. ... The video is displayed in a Flutter app by creating a VideoPlayer widget.

To reclaim the resources used by the player call dispose.

After dispose all further calls are ignored.

Implementation

final VideoViewerController? controller;