@override Future<void> setPlaybackSpeed(double speed) async { await methodChannel.invokeMethod('setPlaybackSpeed', speed); }