disableLogs method

void disableLogs()

This method will disable the logs of the library.

Implementation

void disableLogs() {
  _logger.disableLogs();
}