PatrolLogReader constructor
PatrolLogReader({})
Implementation
PatrolLogReader({
required DisposeScope scope,
required this.listenStdOut,
required this.log,
required this.reportPath,
required this.showFlutterLogs,
required this.hideTestSteps,
required this.clearTestSteps,
this.hideTestLifecycle = false,
this.onLogEntry,
}) : _scope = scope;