Sets the playback speed of video.
Future<void> setRate(double speed) async { controller.setPlaybackSpeed(speed); }