remaining method

Uint8List remaining()

Give the remaining data in a list that is a view on the underlying buffer

Implementation

Uint8List remaining() => readBytesImmutable(_source.lengthInBytes - seek);