Logger.isEnabled
This API is used to check whether the Logger is enabled.
Example
Copiedimport 'package:salesiq_mobilisten/logger.dart';
...
ZohoSalesIQLogger.isEnabled.then((value) =>
{
});
This API is used to check whether the Logger is enabled.
Copiedimport 'package:salesiq_mobilisten/logger.dart';
...
ZohoSalesIQLogger.isEnabled.then((value) =>
{
});