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