advance method

void advance()
inherited

Moves the read position one character ahead.

Implementation

void advance() => advanceBy(1);