crashReport property

bool get crashReport

Catch and report application crashes

Implementation

bool get crashReport => tryCast(this["CrashReport"], constOptionCrashReport);
set crashReport (bool value)

Implementation

set crashReport(bool value) {
  this["CrashReport"] = value;
}