menu
iviva_core package
documentation
iviva_hive_repository.dart
IvivaHiveRepository
init method
init method
dark_mode
light_mode
init
method
Future
<
void
>
init
(
)
Implementation
Future<void> init() async { await Hive.openBox(_boxName); _box = Hive.box(_boxName); return; }
iviva_core package
documentation
iviva_hive_repository
IvivaHiveRepository
init method
IvivaHiveRepository class