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