showMarkerInfoWindow method

Future<void> showMarkerInfoWindow(
  1. String markerId
)

Implementation

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