FlutterWebConnection constructor

FlutterWebConnection(
  1. WebDriver _driver,
  2. bool supportsTimelineAction
)

Creates a FlutterWebConnection with WebDriver and whether the WebDriver supports timeline action.

Implementation

FlutterWebConnection(this._driver, this.supportsTimelineAction);