Example #1
0
        private async void logRefreshedPlaceId(string placeId)
        {
            string refreshed = await _placesService.refreshPlaceId(placeId);

            Debug.Log("old: " + placeId);
            Debug.Log("new: " + refreshed);
        }