removeLastRoad method

Future<void> removeLastRoad()

removeLastRoad

delete last road draw in the map

Implementation

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