Prompts the user for a boolean confirmation.
bool confirm(String message, {bool defaultValue = false}) { return _logger.confirm(message, defaultValue: defaultValue); }