removeLastRoad method
delete last road draw in the map
Implementation
Future<void> removeLastRoad() async {
await osmBaseController.removeLastRoad();
}
delete last road draw in the map
Future<void> removeLastRoad() async {
await osmBaseController.removeLastRoad();
}