init static method

dynamic init()

Implementation

static init() async {
  await Hive.initFlutter();
  await Hive.openBox(AppHive.baseBox);
  await S.load(const Locale('en'));
  _mRecorder = RecorderService();
}