signatureValid property

Future<bool> signatureValid

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

Implementation

Future<bool> get signatureValid;