Timeouts constructor

Timeouts(
  1. AsyncRequestClient _client,
  2. AppiumWebDriverHandler _handler
)

Implementation

Timeouts(this._client, this._handler);