WebEventVerifier constructor

WebEventVerifier()

Implementation

WebEventVerifier() {
  throw UnsupportedError(
    'WebEventVerifier is only available on web platforms. '
    'Use Bip340EventVerifier or RustEventVerifier for native platforms.',
  );
}