getInstance static method

Hocache getInstance()

Implementation

static Hocache getInstance() {
  _hocache ??= Hocache._();
  return _hocache!;
}