openBox<V> abstract method
Null safety
- 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});