countResponseCallBacks property
This is the registry which will have all count responses callbacks.
Implementation
final countResponseCallBacks = <String,
void Function(
NostrCountResponse countResponse,
)>{};
This is the registry which will have all count responses callbacks.
final countResponseCallBacks = <String,
void Function(
NostrCountResponse countResponse,
)>{};