menu
data_cache_manger package
documentation
storage/hive_impl.dart
StorageImplimentation
getBox method
getBox method
dark_mode
light_mode
getBox
method
Future
<
Box
>
getBox
(
)
Implementation
Future<Box> getBox()async{ Box hive=await Hive.openBox(_hiveBoxName); return hive; }
data_cache_manger package
documentation
storage/hive_impl
StorageImplimentation
getBox method
StorageImplimentation class