BoxxInterface constructor

BoxxInterface({
  1. required EncryptionMode? mode,
  2. String? encryptionKey,
})

Implementation

BoxxInterface({required this.mode, this.encryptionKey});