nextVideoAutoPlayTimer property

Timer? nextVideoAutoPlayTimer

Next video auto-play timer.

When a video is changed with a duration, this timer is responsible to switch the video after the duration.

Implementation

Timer? get nextVideoAutoPlayTimer => _nextVideoAutoPlayTimer;