verify abstract method
Verifies the data signature using public key of asymmetric key pair or the passed publicKey
Implementation
FutureOr<bool> verify(Uint8List signedData, Uint8List signature,
{String? publicKey});
Verifies the data signature using public key of asymmetric key pair or the passed publicKey
FutureOr<bool> verify(Uint8List signedData, Uint8List signature,
{String? publicKey});