eoseCommandCallBacks property
This is the registry which will have all eose responses callbacks.
Implementation
final eoseCommandCallBacks = <String,
void Function(
NostrRequestEoseCommand eose,
)?>{};
This is the registry which will have all eose responses callbacks.
final eoseCommandCallBacks = <String,
void Function(
NostrRequestEoseCommand eose,
)?>{};