vmServiceConnectFunction top-level property

VMServiceConnectFunction vmServiceConnectFunction
getter/setter pair

The connection function used by FlutterDriver.connect.

Overwrite this function if you require a custom method for connecting to the VM service.

Implementation

VMServiceConnectFunction vmServiceConnectFunction = _waitAndConnect;