Window constructor

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

Implementation

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