Removes the Media at specified index from the Player's playlist.
Future<void> remove(int index) async { return platform?.remove(index); }