getInstance static method

PortalService getInstance()

Implementation

static PortalService getInstance() {
  _instance ??= PortalService();
  return _instance!;
}