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