googlePlaceAutoComplete abstract method

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

Google place

Implementation

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