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