clearAllRoads method

Future<void> clearAllRoads()

clearAllRoads this method will delete all roads drawn in the map

Implementation

Future<void> clearAllRoads() async {
  await osmBaseController.clearAllRoads();
}