Window constructor

Window(
  1. AsyncRequestClient _client,
  2. WebDriverHandler _handler,
  3. String id
)

Implementation

Window(this._client, this._handler, this.id);