isInManualMode property

bool isInManualMode
getter/setter pair

Whether we fell back to manual mode.

This happens when you run benchmarks using plain flutter run rather than devicelab test harness. The test harness spins up a special server that provides API for automatically picking the next benchmark to run.

Implementation

late bool isInManualMode;