CuidaiPlugin class

Constructors

CuidaiPlugin()

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 Properties

schema String
getter/setter pair

Static Methods

cleanUserProperties() → void
initSDK({required String appName}) → void
logout() → void
route({required String deepLink, Map<String, String>? params, BuildContext? context}) → void
setUserProperties(Map<String, String> properties) → void
setUserProperty(String key, {String? value}) → void
startEventCommunication(CuidaiEventCommunication? communication) → void
startRouteCommunication(CuidaiRouteCommunication? communication) → void
stopEventCommunication() → void
stopRouteCommunication() → void