Future<void> removeRoad({required String roadKey}) async { await interop.removeRoad(mapIdMixin.toJS, roadKey.toJS).toDart; roadsWebCache.remove(roadKey); }