NostrDebugOptions.general constructor

NostrDebugOptions.general()

Implementation

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