MethodChannelZohoGcSdk class

An implementation of ZohoGcSdkPlatform 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

clearData(String botId) Future<void>
override
enableLog(bool isLogEnabled) Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setLocale(String languageCode, String? countryCode) Future<void>
override
setSessionVariable(String botId, List<Map<String, String>> sessionVariables) Future<void>
ASAP GC set session variable channel method
override
setTheme(ZDThemeType type) Future<void>
override
show(String orgId, String botId, String domain) Future<void>
override
showFlow(String orgId, String flowId, String domain) Future<void>
override
toString() String
A string representation of this object.
inherited
updateSessionVariable(String orgId, String botId, String domain, List<Map<String, String>> sessionVariables) Future<void>
ASAP GC update session variable channel method
override

Operators

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