What are the configuration settings for the Guided Conversations SDK for Flutter Apps?
Clearing local data Use the following method to delete any local data that has been saved inside the SDK, such as databases and files: import 'package:zoho_gc_sdk/zoho_gc_sdk.dart' show ZohoGCSDK; ZohoGCSDK.clearData(botId); SDK logging By default, ...