changeEventSigner method
Changes the event signer used by the NDK instance
This method allows for hot-swapping the EventSigner implementation
newEventSigner
The new EventSigner to be used. Can be null to remove the current signer
Implementation
changeEventSigner(EventSigner? newEventSigner) {
config.eventSigner = newEventSigner;
}