captureLogs property

bool get captureLogs

Automatically capture all console logs

Implementation

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

Implementation

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