resetRead method

void resetRead()

Resets the read and write positions markers to the start of the buffer.

Implementation

void resetRead() => _readPos = 0;