sendCountEventToRelays abstract method
void
sendCountEventToRelays(
- NostrCountEvent countEvent, {
- required void onCountResponse(
- NostrCountResponse NostrCountResponse
Implementation
void sendCountEventToRelays(
NostrCountEvent countEvent, {
required void Function(NostrCountResponse NostrCountResponse)
onCountResponse,
});