close method

void close()

Implementation

void close() {
  return Nostr.instance.relaysService.closeEventsSubscription(subscriptionId);
}