remaining method
Give the remaining data in a list that is a view on the underlying buffer
Implementation
Uint8List remaining() => readBytesImmutable(_source.lengthInBytes - seek);
Give the remaining data in a list that is a view on the underlying buffer
Uint8List remaining() => readBytesImmutable(_source.lengthInBytes - seek);