eoseCommandCallBacks property

Map<String, void Function(NostrRequestEoseCommand eose)?> eoseCommandCallBacks
final

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

Implementation

final eoseCommandCallBacks = <String,
    void Function(
  NostrRequestEoseCommand eose,
)?>{};