SDUIAnalytics class

Class for handling the analytics. This class does nothing. It's up the the application using this library to provide it's own implementation and set the global variable sduiAnalytics.

Constructors

SDUIAnalytics()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
onAction(String screenId, String event, String? productId) → void
This method will be called when action is executed
onRoute(String screenId) → void
This method will be called when user navigate to a route
toString() String
A string representation of this object.
inherited

Operators

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