rewind method Null safety
- [int length = 1]
Rewind the read head of the stream by the given number of bytes.
Implementation
void rewind([int length = 1]);
Rewind the read head of the stream by the given number of bytes.
void rewind([int length = 1]);