AnalyticsProvider class abstract

Any new provider can adapt this.

Implementers

Constructors

AnalyticsProvider()

Properties

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

Methods

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

Operators

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

Static Methods

sanitize(dynamic input) Object
sanitizeParams(Map<String, dynamic>? input) Map<String, Object>