GoogleMapsPro constructor

GoogleMapsPro(
  1. String apiKey
)

Implementation

GoogleMapsPro(String apiKey) {
  _apiKey = ApiProvider.mapApiKey = apiKey;
}