getEoseCommandCallBack static method

void Function(NostrRequestEoseCommand eose)? getEoseCommandCallBack(
  1. String subscriptionId
)

Implementation

static void Function(
  NostrRequestEoseCommand eose,
)? getEoseCommandCallBack(String subscriptionId) {
  return eoseCommandCallBacks[subscriptionId];
}