clearMarkers method

Future<void> clearMarkers()

Clears all markers from the map.

Implementation

Future<void> clearMarkers() async {
  await markers.clearMarkers();
  markers.clearWidgetMarkers();
}