clear method

void clear()

FR-TENANT-005

Implementation

void clear() {
  _current = null;
  _logger.info('Tenant cleared');
}