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