findPlaces abstract method

Future<List<Place>> findPlaces(
  1. String queryString
)

Finds places based on the given query string.

Implementation

Future<List<Place>> findPlaces(String queryString);