currentController property

VideoPlayerController get currentController

Returns the current VideoPlayerController for the video that is currently playing.

Implementation

VideoPlayerController get currentController => controllers[_currentIndex];