Skip to main content

Logger.isEnabled

This API is used to check whether the Logger is enabled.

Example

Copiedimport 'package:salesiq_mobilisten/logger.dart';

...

ZohoSalesIQLogger.isEnabled.then((value) =>
{
     
});