remove method

Future<void> remove(
  1. int index
)

remove video from the given list of videos by index

Implementation

Future<void> remove(int index) async => await _player.remove(index);