addAuthKey method

void addAuthKey(
  1. String key
)

Add an auth key to the Nylo instance

Implementation

void addAuthKey(String key) {
  authStorageKey = key;
}