startEventsSubscription abstract method

NostrEventsStream startEventsSubscription({
  1. required NostrRequest request,
  2. void onEose(
    1. String relay,
    2. NostrRequestEoseCommand ease
    )?,
  3. bool useConsistentSubscriptionIdBasedOnRequestData = false,
})

Implementation

NostrEventsStream startEventsSubscription({
  required NostrRequest request,
  void Function(String relay, NostrRequestEoseCommand ease)? onEose,
  bool useConsistentSubscriptionIdBasedOnRequestData = false,
});