buildPlacesDetailUri function
Builds the Google Places detail proxy URL with an encoded placeId.
Implementation
@visibleForTesting
Uri buildPlacesDetailUri(String placeId) {
return Uri.https(_placesDetailHost, '/', {'placeId': placeId});
}
Builds the Google Places detail proxy URL with an encoded placeId.
@visibleForTesting
Uri buildPlacesDetailUri(String placeId) {
return Uri.https(_placesDetailHost, '/', {'placeId': placeId});
}