okCommandCallBacks property

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

Implementation

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