getTenantProfileService method

TenantProfileService getTenantProfileService()

Implementation

TenantProfileService getTenantProfileService() {
  _tenantProfileService ??= TenantProfileService(this);
  return _tenantProfileService!;
}