menu
hive_ce package
documentation
hive.dart
HiveInterface
boxExists abstract method
boxExists abstract method
dark_mode
light_mode
boxExists
abstract method
Future
<
bool
>
boxExists
(
String
name
, {
String
?
path
,
})
Checks if a box exists
Implementation
Future<bool> boxExists(String name, {String? path});
hive_ce package
documentation
hive
HiveInterface
boxExists abstract method
HiveInterface class