Future<void> hideMarkerInfoWindow(String markerId) async { var ctrl = await _controller.future; return ctrl.hideMarkerInfoWindow(MarkerId(markerId)); }