initialize static method

void initialize(
  1. String accessKey
)

Initializes the SDK with the given access key.

Implementation

static void initialize(String accessKey) {
  _accessKey = accessKey;
}