getTenantService method

TenantService getTenantService()

Implementation

TenantService getTenantService() {
  _tenantService ??= TenantService(this);
  return _tenantService!;
}