withAuthor method
Add a single author to the filter.
Implementation
NostrFilterBuilder withAuthor(String author) {
_authors.add(author);
return this;
}
Add a single author to the filter.
NostrFilterBuilder withAuthor(String author) {
_authors.add(author);
return this;
}