NostrDebugOptions.general constructor
NostrDebugOptions.general()
Implementation
factory NostrDebugOptions.general() {
return NostrDebugOptions(
tag: 'Nostr',
);
}
factory NostrDebugOptions.general() {
return NostrDebugOptions(
tag: 'Nostr',
);
}