getPlaces property

dynamic Function(String apiKey, String keyword) getPlaces
final

The method which get places by search.

Implementation

final Function(
  String apiKey,
  String keyword,
) getPlaces;