BaseTransport constructor

BaseTransport()

Constructor

Implementation

BaseTransport() {
  _logger.info('BaseTransport: Creating base transport');
  _logger.info('BaseTransport: Default timeout: $_timeout seconds');
}