disableDebugLogs method
void
disableDebugLogs()
Implementation
void disableDebugLogs() {
try {
Logger.debug = false;
_channel.invokeMethod('disableDebugLogs');
} on Exception catch (e) {
Logger.i("$e Error in disableDebugLogs");
}
}