Flutter feed/timeline documentation states:
“When querying posts, the
tags
parameter is always optional regardless of which feed you are querying. Up to five tags can be added and each tag can be up to 24 characters long. If you don’t want to filter by tags when querying, just omit the tags parameter. Do not pass an empty array.”
How to do that with the SDK? We cannot find the functionality.
Thanks