BoxCollection class abstract
TODO: Document this!
Constructors
Properties
Methods
-
close(
) → void - TODO: Document this!
-
deleteFromDisk(
) → Future< void> - TODO: Document this!
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openBox<
V> (String name, {bool preload = false, CollectionBox< V> boxCreator(String, BoxCollection)?}) → Future<CollectionBox< V> > - TODO: Document this!
-
toString(
) → String -
A string representation of this object.
inherited
-
transaction(
Future< void> action(), {List<String> ? boxNames, bool readOnly = false}) → Future<void> - TODO: Document this!
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
open(
String name, Set< String> boxNames, {String? path, HiveCipher? key}) → Future<BoxCollection> - TODO: Document this!