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