- Inheritance
-
- Object
- PlatformInterface
- EvergageFlutterPlatform
- Implementers
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
-
addToCart(String id, String name, double quantity, double price)
→ Future<void>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
purchase(String orderId, String lines, double total)
→ Future<void>
-
-
sendEvent(String eventTrigger)
→ Future<void>
-
-
setOpCo(String opCo)
→ Future<void>
-
-
setUser(String userId, String email, String firstName, String lastName)
→ Future<void>
-
-
setZipCode(String zipCode)
→ Future<void>
-
-
start(String account, String dataset, bool usePushNotification)
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
viewCategory(String id, String name)
→ Future<void>
-
-
viewProduct(String id, String name)
→ Future<void>
-