PlaceApiProvider constructor

PlaceApiProvider(
  1. String sessionToken,
  2. String mapsApiKey,
  3. String? compomentCountry,
  4. String? language,
)

Implementation

PlaceApiProvider(this.sessionToken, this.mapsApiKey, this.compomentCountry, this.language);