reset method

void reset()

Reset the reader

Implementation

void reset() {
  currentSequence = 0;
  remainingBytes = 0;
  payload = <int>[];
}