PlaceApiProvider constructor

PlaceApiProvider(
  1. String sessionToken,
  2. String mapsApiKey,
  3. String? compomentCountry,
  4. String? language, {
  5. List<String> componentCountries = const [],
})

Implementation

PlaceApiProvider(
    this.sessionToken, this.mapsApiKey, this.compomentCountry, this.language,
    {this.componentCountries = const []});