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