openBox<V> abstract method
Future<CollectionBox<V> >
openBox<V>(
- String name, {
- bool preload = false,
- CollectionBox<
V> boxCreator()?,
TODO: Document this!
Implementation
Future<CollectionBox<V>> openBox<V>(
String name, {
bool preload = false,
CollectionBox<V> Function(String, BoxCollection)? boxCreator,
});