menu
hivez package
documentation
hivez.dart
BoxInterface<K, T>
containsKey abstract method
containsKey abstract method
dark_mode
light_mode
containsKey
abstract method
Future
<
bool
>
containsKey
(
K
key
)
inherited
Returns
true
if the box contains the given
key
.
Implementation
Future<bool> containsKey(K key);
hivez package
documentation
hivez
BoxInterface<K, T>
containsKey abstract method
BoxInterface class