Future<void> setRotation(double rotation) async { return await _callJavascriptAPI<double>("setRotation", rotation); }