NativebrikCrashReport class

A class to handle crash reporting in Flutter applications.

DEPRECATED: Crash reporting is now handled automatically by the SDK. Simply initialize NativebrikBridge and crash reporting will be enabled by default.

If you need to disable crash reporting, use:

NativebrikBridge("PROJECT_ID", trackCrashes: false);
Annotations
  • @Deprecated('Crash reporting is now automatic. ' 'Remove manual crash reporting setup and the SDK will handle it automatically. ' 'This class will be removed in a future version.')

Constructors

NativebrikCrashReport()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recordFlutterError(FlutterErrorDetails errorDetails) Future<void>
recordPlatformError(Object error, StackTrace stackTrace) Future<void>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance NativebrikCrashReport
no setter