preInit static method

Future preInit()

Implementation

static Future<dynamic> preInit() async {
  if (_hocache == null) {
    _hocache = Hocache._();
  }
  return _hocache;
}