withEventId method
Add a single referenced event ID to the filter.
Implementation
NostrFilterBuilder withEventId(String eventId) {
_e.add(eventId);
return this;
}
Add a single referenced event ID to the filter.
NostrFilterBuilder withEventId(String eventId) {
_e.add(eventId);
return this;
}