countResponseCallBacks property

Map<String, void Function(NostrCountResponse countResponse)> countResponseCallBacks
final

This is the registry which will have all count responses callbacks.

Implementation

final countResponseCallBacks = <String,
    void Function(
  NostrCountResponse countResponse,
)>{};