okCommandCallBacks property

Map<String, (void Function(NostrEventOkCommand ok)?)> okCommandCallBacks
final

This is the registry which will have all ok commands callbacks.

Implementation

final okCommandCallBacks = <String,
    void Function(
  NostrEventOkCommand ok,
)?>{};