sendCountEventToRelays abstract method

void sendCountEventToRelays(
  1. NostrCountEvent countEvent, {
  2. required void onCountResponse(
    1. NostrCountResponse NostrCountResponse
    ),
})

Implementation

void sendCountEventToRelays(
  NostrCountEvent countEvent, {
  required void Function(NostrCountResponse NostrCountResponse)
      onCountResponse,
});