Future<void> setZoom(double newVal) async { _zoomModel.zoom = newVal; _controller ??= await start(); await _controller!.setZoomLevel(newVal); }