Appends a Media to the Player's playlist.
Future<void> add(Media media) async { return platform?.add(media); }