Mouse constructor

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

Implementation

Mouse(this._client, this._handler);