@override Future<String?> decrypt(String msg, String destPubKey) { throw UnsupportedError( 'WebEventSigner is only available on web platforms.', ); }