registerEoseCommandCallBack method
Registers an eose command callback to the registry with the given subscriptionId
.
Implementation
void registerEoseCommandCallBack(
String subscriptionId,
void Function(NostrRequestEoseCommand eose)? onEose,
) {
eoseCommandCallBacks[subscriptionId] = onEose;
}