isCrashReportingEnabled property

bool isCrashReportingEnabled

Returns if crash reporting is enabled.

Implementation

bool get isCrashReportingEnabled {
  return _reportCrash;
}