verifySerialized abstract method

bool verifySerialized(
  1. Uint8List message,
  2. String signature,
  3. Uint8List publicKey
)

Verify serialized signature

Implementation

bool verifySerialized(Uint8List message, String signature, Uint8List publicKey);