getEoseCommandCallBack method
Returns an eose command callback from the registry with the given subscriptionId
.
Implementation
void Function(
NostrRequestEoseCommand eose,
)? getEoseCommandCallBack(String subscriptionId) {
return eoseCommandCallBacks[subscriptionId];
}