openBox<V> abstract method

Future<CollectionBox<V>> openBox<V>(
  1. String name, {
  2. bool preload = false,
  3. CollectionBox<V> boxCreator(
    1. String,
    2. BoxCollection
    )?,
})

TODO: Document this!

Implementation

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