- Inheritance
-
- Object
- PlatformInterface
- ZohoGcSdkPlatform
- 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
-
clearData(String botId)
→ Future<void>
-
-
enableLog(bool isLogEnabled)
→ Future<void>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
setLocale(String languageCode, String? countryCode)
→ Future<void>
-
-
setSessionVariable(String botId, List<Map<String, String>> sessionVariables)
→ Future<void>
-
-
setTheme(ZDThemeType type)
→ Future<void>
-
-
show(String orgId, String botId, String domain)
→ Future<void>
-
-
showFlow(String orgId, String flowId, String domain)
→ Future<void>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
updateSessionVariable(String orgId, String botId, String domain, List<Map<String, String>> sessionVariables)
→ Future<void>
-