MethodChannelEvergageFlutter class

An implementation of EvergageFlutterPlatform that uses method channels.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to interact with the native platform.
final
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>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
purchase(String orderId, String lines, double total) Future<void>
override
sendEvent(String eventTrigger) Future<void>
override
setOpCo(String opCo) Future<void>
override
setUser(String userId, String email, String firstName, String lastName) Future<void>
override
setZipCode(String zipCode) Future<void>
override
start(String account, String dataset, bool usePushNotification) Future<void>
override
toString() String
A string representation of this object.
inherited
viewCategory(String id, String name) Future<void>
override
viewProduct(String id, String name) Future<void>
override

Operators

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