reset method Null safety
override
Reset to the beginning of the stream.
Implementation
@override
void reset() {
_position = 0;
_readBuffer();
}
Reset to the beginning of the stream.
@override
void reset() {
_position = 0;
_readBuffer();
}