proxyBaseUrl property

String? proxyBaseUrl
final

optional - sets 'proxy' value in google_maps_webservice

In case of using a proxy the baseUrl can be set. The apiKey is not required in case the proxy sets it. (Not storing the apiKey in the app is good practice)

Implementation

final String? proxyBaseUrl;