okCommandCallBacks property
This is the registry which will have all ok commands callbacks.
Implementation
final okCommandCallBacks = <String,
void Function(
NostrEventOkCommand ok,
)?>{};
This is the registry which will have all ok commands callbacks.
final okCommandCallBacks = <String,
void Function(
NostrEventOkCommand ok,
)?>{};