HiveCookieStorage constructor
HiveCookieStorage({
- String? boxName,
- HiveCipher? encryptionCipher,
Initialize the cookie storage with an optional encryptionCipher.
Implementation
HiveCookieStorage({
this.boxName,
this.encryptionCipher,
}) : fileStorageDir = null;