CrashReportsInterface class abstract

Exposes all crash reports methods for implementation.

Constructors

CrashReportsInterface()

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

log(String message) Future<void>
Logs a message by String type message.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recordError(dynamic exception, StackTrace? stack, {bool fatal = false}) Future<void>
Logs an error by dynamic exception and possible stack and/or fatal boolean.
setCustomKey(String key, String? value) Future<void>
Sets a custom key for the user that usually persists through the apps lifecycle.
setUserIdentifier(String identifier) Future<void>
Sets a user identifier that usually persists through the apps lifecycle.
toString() String
A string representation of this object.
inherited

Operators

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