getInstance static method

HiNet getInstance()

Implementation

static HiNet getInstance() {
  _instance ??= HiNet._();
  return _instance!;
}