clearMarkers method
Clears all markers from the map.
Implementation
Future<void> clearMarkers() async {
await markers.clearMarkers();
markers.clearWidgetMarkers();
}
Clears all markers from the map.
Future<void> clearMarkers() async {
await markers.clearMarkers();
markers.clearWidgetMarkers();
}