ZohoGcSdkPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • ZohoGcSdkPlatform
Implementers

Constructors

ZohoGcSdkPlatform.new()
Constructs a ZohoGcSdkPlatform.

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>

Operators

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

Static Properties

instance ZohoGcSdkPlatform
The default instance of ZohoGcSdkPlatform to use.
getter/setter pair