reset method

void reset()

Resets the cursor to the beginning.

Implementation

void reset() => _position = 0;