suggestionsFromCache method
Get a PlacesSuggestions from the cache if exists.
Implementation
PlacesSuggestions? suggestionsFromCache(String? text) =>
_suggestionsCache[text];
Get a PlacesSuggestions from the cache if exists.
PlacesSuggestions? suggestionsFromCache(String? text) =>
_suggestionsCache[text];