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