error method
Implementation
void error(String value) {
if (_configService.loggerEnabled == true) {
dev.log(value, name: 'ERROR');
}
}
void error(String value) {
if (_configService.loggerEnabled == true) {
dev.log(value, name: 'ERROR');
}
}