signature property

Future<Uint8List> signature

A future that resolves to the signature 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 signature of the consumed data, or an error if something went wrong.

Implementation

Future<Uint8List> get signature;