BoxxInterface constructor
BoxxInterface({
- required EncryptionMode? mode,
- String? encryptionKey,
Implementation
BoxxInterface({required this.mode, this.encryptionKey});