reset method
void
reset()
Reset the reader
Implementation
void reset() {
currentSequence = 0;
remainingBytes = 0;
payload = <int>[];
}
Reset the reader
void reset() {
currentSequence = 0;
remainingBytes = 0;
payload = <int>[];
}