aesEncryptor property

AESEncryptor get aesEncryptor

Implementation

AESEncryptor get aesEncryptor => _aesEncryptor ??= AESEncryptor(_accessKey ??
    (throw StateError("`_accessKey` not defined yet! Call `login` first.")));