menu
tstore package
documentation
logic/core/flutter_database.dart
TFlutterDataBase
storeExists method
storeExists method
dark_mode
light_mode
storeExists
method
@
override
Future
<
bool
>
storeExists
(
String
storeName
)
override
Implementation
@override Future<bool> storeExists(String storeName) async { return Hive.boxExists(storeName); }
tstore package
documentation
logic/core/flutter_database
TFlutterDataBase
storeExists method
TFlutterDataBase class