initialize method

void initialize(
  1. String apiKey
)

Initialize the service with your Google Places API key

Implementation

void initialize(String apiKey) {
  _apiKey = apiKey;
}