disableLogs method
      
void
disableLogs()
      
     
    
This method will disable the logs of the library.
Implementation
void disableLogs() {
  _logger.disableLogs();
}This method will disable the logs of the library.
void disableLogs() {
  _logger.disableLogs();
}