logFlutterProcessOutput property

bool logFlutterProcessOutput
getter/setter pair

Logs Flutter process output to stdout The Flutter process is use to start and driver the app under test. The output may contain build and run information Defaults to false

Implementation

bool logFlutterProcessOutput = false;