init method

Future<void> init()

Implementation

Future<void> init() async {
  mmkv.init();
  await DC.instance.init();
}