isCrashlyticsCollectionEnabled property

bool isCrashlyticsCollectionEnabled

Whether the current Crashlytics instance is collecting reports. If false, then no crash reporting data is sent to Firebase.

See setCrashlyticsCollectionEnabled for toggling collection status.

Implementation

bool get isCrashlyticsCollectionEnabled {
  return _delegate.isCrashlyticsCollectionEnabled;
}