initialize method
Initialize the service with your Google Places API key
Implementation
void initialize(String apiKey) {
_apiKey = apiKey;
}
Initialize the service with your Google Places API key
void initialize(String apiKey) {
_apiKey = apiKey;
}