Sailthru class
Constructors
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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
clearAttributes(
) → Future< void> -
clearEvents(
) → Future< void> -
getProfileVars(
) → Future< Map< String, dynamic> ?> -
logAbandonedCart(
Purchase purchase) → Future< void> -
logEvent(
String eventName, Map< String, dynamic> ? vars) → Future<void> -
logPurchase(
Purchase purchase) → Future< void> -
removeAttribute(
String key) → Future< void> -
setAttributes(
Attributes attributes) → Future< void> -
setProfileVars(
Map< String, dynamic> vars) → Future<void> -
setUserEmail(
String? userEmail) → Future< void> -
setUserId(
String? userId) → Future< void> -
testOverrideChannel(
MethodChannel channel) → void -
trackClick(
String sectionId, String url) → Future< void> -
trackImpression(
String sectionId, Map< String, Object> urls) → Future<void> -
trackPageview(
String url, Map< String, Object> tags) → Future<void>