void _consumeWhitespace()

in lib/src/scanner.dart [132:137]


  void _consumeWhitespace() {
    while (_scanner.scan(_whitespaceAndSingleLineComments) ||
        _multiLineComment()) {
      // Do nothing.
    }
  }