VideoViewerController constructor

VideoViewerController()

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

VideoViewerController() {
  isShowingSecondarySettingsMenus.addAll(List.filled(8, false));
}