enableLogs method

void enableLogs()
inherited

This method will enable the logs of the library.

Implementation

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