Logger.setPathForiOS
This API allows to set path to record the debug Logs. If this api is used, logs will be written in given path, else it will save on the default path.
Syntax:
CopiedZohoSalesIQLogger.setPathForiOS(URL);
Example:
Copiedimport 'package:salesiq_mobilisten/logger.dart';
...
ZohoSalesIQLogger.setPathForiOS(DocumentDirectoryPath + "/fileName.txt");