SunnyCrashlytics class

Implemented types

Constructors

SunnyCrashlytics()

Properties

email String
no getteroverride
hashCode int
The hash code for this object.
no setterinherited
name String?
no getteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

encounteredError(Object error, [StackTrace? stackTrace, dynamic context]) → void
override
identify({String? userId, String? username}) → void
override
logPageView({String? route, String? resolvedPath, String? label, Map<String, dynamic>? params}) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset(String? anonymousId) → void
override
setUserProperties(Map<String, dynamic> properties) → void
override
share({String? shareContentType, String? shareContentId, String? shareMethod, String? shareTarget}) → void
override
toString() String
A string representation of this object.
inherited
track(dynamic eventName, [Map<String, dynamic>? properties]) → void
override

Operators

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