scanSpace method

bool scanSpace()

Implementation

bool scanSpace() {
  return scanner.scan(RegExp(r'\s+'));
}