menu
hive_ce package
documentation
hive.dart
CollectionBox<V>
getAll abstract method
getAll abstract method
dark_mode
light_mode
getAll
abstract method
Future
<
List
<
V?
>
>
getAll
(
List
<
String
>
keys
)
TODO: Document this!
Implementation
Future<List<V?>> getAll( List<String> keys, );
hive_ce package
documentation
hive
CollectionBox<V>
getAll abstract method
CollectionBox class