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