Contexts constructor

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

Implementation

Contexts(this._client, this._handler);