init static method

Future<void> init(
  1. String apiKey
)

Implementation

static Future<void> init(String apiKey) async {
  _api = apiKey;
}