isCrashlyticsCollectionEnabled property

  1. @override
bool isCrashlyticsCollectionEnabled
override

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

@override
bool get isCrashlyticsCollectionEnabled {
  return _isCrashlyticsCollectionEnabled!;
}