removeLastRoad method

Future<void> removeLastRoad()
inherited

Implementation

Future<void> removeLastRoad() async {
  await interop.removeLastRoad(mapIdMixin.toJS).toDart;
  roadsWebCache.remove(roadsWebCache.keys.last);
}