clearAllRoads method
clearAllRoads this method will delete all roads drawn in the map
Implementation
Future<void> clearAllRoads() async {
await osmBaseController.clearAllRoads();
}
clearAllRoads this method will delete all roads drawn in the map
Future<void> clearAllRoads() async {
await osmBaseController.clearAllRoads();
}