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