init static method
Initializer of GoogleMap.
Required if Directions API on Mobile device will be needed.
For other cases, could be ignored.
Implementation
static void init(String apiKey) => _apiKey = apiKey;
Initializer of GoogleMap.
Required if Directions API on Mobile device will be needed.
For other cases, could be ignored.
static void init(String apiKey) => _apiKey = apiKey;