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