hash property

A future that resolves to the hash of the data.

This is the same future as returned by close. It will be resolved as soon as the consumer is closed and will either produce the actual hash of the consumed data, or an error if something went wrong.

Implementation

Future<Uint8List> get hash;