getOkCommandCallBack static method

void Function(NostrEventOkCommand ok)? getOkCommandCallBack(
  1. String associatedEventIdWithOkCommand
)

Implementation

static void Function(
  NostrEventOkCommand ok,
)? getOkCommandCallBack(String associatedEventIdWithOkCommand) {
  return okCommandCallBacks[associatedEventIdWithOkCommand];
}