Future<void> setMinimumZoomLevel(double minZoom) async { await interop.setMinZoomLevel(mapIdMixin, minZoom); }