setEnableLog static method
setEnableLog
Implementation
static Future<void> setEnableLog(bool? parameter) async {
try {
_channel.invokeMethod('setEnableLog', {'Enable': parameter});
} catch (e, stack) {
MzanalyticsLog.p(e.toString() + stack.toString());
}
}