GoogleCrashlyticsService class
- Implemented types
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 -
setUserId(
String value) → 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
Static Methods
-
create(
CrashReporterCallback? alternativeCrashReporterCallback, IAnalyticsService? analyticsService, bool startEnabled, bool startDebugEnabled) → Future< IGoogleCrashlyticsService> -
createMockable(
FirebaseCrashlytics crashlytics, CrashReporterCallback? alternativeCrashReporterCallback, bool startEnabled, bool startDebugEnabled) → Future< IGoogleCrashlyticsService>