String _formatQuery()

in lib/src/middleware/logger.dart [50:52]


String _formatQuery(String query) {
  return query == '' ? '' : '?$query';
}