MemoryAdapter constructor
Creates a new instance of MemoryAdapter.
Implementation
MemoryAdapter({this.enableEncryption = false, String? encryptionKey})
: _encryptionKey = encryptionKey ?? 'default_secret_key';
Creates a new instance of MemoryAdapter.
MemoryAdapter({this.enableEncryption = false, String? encryptionKey})
: _encryptionKey = encryptionKey ?? 'default_secret_key';