openBox<E> abstract method
Future<IsolatedBox<E> >
openBox<E>(
- String name, {
- HiveCipher? encryptionCipher,
- KeyComparator? keyComparator,
- CompactionStrategy? compactionStrategy,
- bool crashRecovery = true,
- String? path,
- Uint8List? bytes,
- String? collection,
Open a box in the isolate
Implementation
Future<IsolatedBox<E>> openBox<E>(
String name, {
HiveCipher? encryptionCipher,
KeyComparator? keyComparator,
CompactionStrategy? compactionStrategy,
bool crashRecovery = true,
String? path,
Uint8List? bytes,
String? collection,
});