AnalyticsProvider class abstract
Any new provider can adapt this.
- Implementers
Constructors
Properties
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 -
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