ICrashlyticsService class abstract

Constructors

ICrashlyticsService()

Properties

hashCode int
The hash code for this object.
no setterinherited
isDebugEnabled bool
The state of debug messages (if additional logging is on or not).
getter/setter pair
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
onError(Object error, StackTrace stackTrace) → void
recordError(Object error, StackTrace stackTrace) → void
run(Widget app) → void
setUserId(String id) → void
setUserProperty(String key, String value) → void
toString() String
A string representation of this object.
inherited

Operators

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