menu
dart_nostr package
documentation
nostr/service/registry.dart
NostrRegistry
eventsRegistry property
eventsRegistry property
dark_mode
light_mode
eventsRegistry
property
Map
<
String
,
NostrEvent
>
eventsRegistry
final
This is the registry which will have all events.
Implementation
final eventsRegistry = <String, NostrEvent>{};
dart_nostr package
documentation
nostr/service/registry
NostrRegistry
eventsRegistry property
NostrRegistry class