Window constructor
Window(
- AsyncRequestClient _client,
- AppiumWebDriverHandler _handler,
- String? id
Implementation
Window(this._client, this._handler, this.id);