init method

  1. @override
void init()
override

Implementation

@override
void init() {
  box = Hive.box(AppHive.baseBox);
}