menu
hivez package
documentation
hivez.dart
BoxInterface<K, T>
getMany abstract method
getMany abstract method
dark_mode
light_mode
getMany
abstract method
Future
<
List
<
T
>
>
getMany
(
Iterable
<
K
>
keys
)
inherited
Returns the values for the given
keys
.
Implementation
Future<List<T>> getMany(Iterable<K> keys);
hivez package
documentation
hivez
BoxInterface<K, T>
getMany abstract method
BoxInterface class