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