hideMarkerInfoWindow method

Future<void> hideMarkerInfoWindow(
  1. MarkerId markerId
)

Implementation

Future<void> hideMarkerInfoWindow(MarkerId markerId) async =>
    _googleMapController?.hideMarkerInfoWindow(markerId);