vmServiceConnectFunction top-level property
read / write
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;