playVideoAt abstract method

Future<void> playVideoAt(
  1. int index
)
inherited

This function loads and plays the specified video in the playlist.

Implementation

Future<void> playVideoAt(int index);