Logger.setEnabled

This API lets you request your application debug logs from the visitor. You can either choose to enable or disable the request app log feature for your operators in the SalesIQ chat window by setting the bool value.

Syntax:

CopiedZohoSalesIQLogger.setEnabled(bool value);

Example

Copiedimport 'package:salesiq_mobilisten/logger.dart';
...
ZohoSalesIQLogger.setEnabled(true/false);