verify method

  1. @override
bool verify(
  1. Uint8List data,
  2. Uint8List signature
)
override

Verifies that the signature is valid for for the provided PersonalMessage

Implementation

@override
bool verify(Uint8List data, Uint8List signature) {
  throw Exception('does not support');
}