HiveCePersister constructor
Creates a new Hive CE persister.
boxName: Name of the Hive box (default: 'fluquery_cache')encryptionCipher: Optional cipher for encrypted storagepath: Optional custom storage path
Implementation
HiveCePersister({
this.boxName = 'fluquery_cache',
this.encryptionCipher,
this.path,
});