init static method

void init(
  1. String apiKey
)

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;