setTenantId method

void setTenantId(
  1. String tenantId
)

Implementation

void setTenantId(String tenantId) {
  _tenantId = tenantId;
}