Settings constructor

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

Implementation

Settings(this._client, this._handler);