sendEventToRelaysAsync abstract method
Future<NostrEventOkCommand>
sendEventToRelaysAsync(
- NostrEvent event, {
- required Duration timeout,
Implementation
Future<NostrEventOkCommand> sendEventToRelaysAsync(
NostrEvent event, {
required Duration timeout,
});