Future<void> setPlaybackSpeed(double speed) async { await _channel!.invokeMethod(Methods.setPlaybackSpeed, speed); }