initialize static method
Initializes the SDK with the given access key.
Implementation
static void initialize(String accessKey) {
_accessKey = accessKey;
}
Initializes the SDK with the given access key.
static void initialize(String accessKey) {
_accessKey = accessKey;
}