suggestionsFromCache method

PlacesSuggestions? suggestionsFromCache(
  1. String? text
)

Get a PlacesSuggestions from the cache if exists.

Implementation

PlacesSuggestions? suggestionsFromCache(String? text) =>
    _suggestionsCache[text];