Future<void> updateCircles(Set<Circle> previous, Set<Circle> current) async { var mapId = await this.mapId; await GoogleMapHelper.updateCircles(mapId, previous, current); }