ImpaktfullCrashReportingUtil class abstract
Constructors
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
-
init(
) → Future< void> -
isEnabled(
) → Future< bool> -
log(
String message, {Map< String, dynamic> ? data}) → void -
logError(
{required Object error, required StackTrace stackTrace, String? message}) → void -
logUnhandledError(
{required Object error, required StackTrace stackTrace}) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setEnabled(
bool enabled) → Future< void> -
setUserId(
String userId) → void -
setUserProperty(
{required String property, required String value}) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited