menu
zoho_gc_sdk package
documentation
zoho_gc_sdk_platform_interface.dart
ZohoGcSdkPlatform
setSessionVariable abstract method
setSessionVariable abstract method
dark_mode
light_mode
setSessionVariable
abstract method
Future
<
void
>
setSessionVariable
(
String
botId
,
List
<
Map
<
String
,
String
>
>
sessionVariables
)
Implementation
Future<void> setSessionVariable(String botId, List<Map<String, String>> sessionVariables);
zoho_gc_sdk package
documentation
zoho_gc_sdk_platform_interface
ZohoGcSdkPlatform
setSessionVariable abstract method
ZohoGcSdkPlatform class