placeFromCache method

Place? placeFromCache(
  1. String? placeId
)

Get a Place from the cache if exists.

Implementation

Place? placeFromCache(String? placeId) => _placeDetailsCache[placeId];