ICrashlytics class abstract

Constructors

ICrashlytics()

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

crash() Future<void>
log(String message) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recordError(dynamic exception, StackTrace? stack, {dynamic reason, bool? printDetails, bool fatal = false}) Future<void>
setCrashlyticsCollectionEnabled(bool enabled) Future<void>
setCustomKey(String key, Object value) Future<void>
The value can only be a type int, num, String or bool.
setUserId(String userId) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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