Seeks the currently playing Media in the Player by specified Duration.
Future<void> seek(Duration duration) async { return platform?.seek(duration); }