googlePlaceAutoComplete abstract method

Future<NetworkResponse> googlePlaceAutoComplete(
  1. String keyword, {
  2. String? countryCode,
  3. List<String>? types,
  4. String? language,
})

Implementation

Future<NetworkResponse> googlePlaceAutoComplete(String keyword,
    {String? countryCode, List<String>? types, String? language});