clearCurrentTenant method

void clearCurrentTenant()

Clear current tenant

Implementation

void clearCurrentTenant() {
  _currentTenantId = null;
}