clearVerifiedEventCache method
void
clearVerifiedEventCache()
Clears signature-verification reuse state owned by this NDK instance.
Implementation
void clearVerifiedEventCache() => _verifiedEventIds.clear();
Clears signature-verification reuse state owned by this NDK instance.
void clearVerifiedEventCache() => _verifiedEventIds.clear();