captureLogs property

bool captureLogs

Automatically capture all console logs

Implementation

bool get captureLogs => tryCast(this["CaptureLogs"], constOptionCaptureLogs);
void captureLogs=(bool value)

Implementation

set captureLogs(bool value) {
  this["CaptureLogs"] = value;
}