getBusinessAccountGiftsFlow
Creates a flow that emits business account gifts in a paginated manner.
This function will automatically handle pagination by using the nextOffset
from each response to fetch the next page of gifts until there are no more gifts to fetch.
Return
A flow that emits OwnedGifts containing the fetched gifts
Parameters
The ID of the business connection
Whether to exclude unsaved gifts
Whether to exclude saved gifts
Whether to exclude unlimited gifts
Whether to exclude limited gifts
Whether to exclude unique gifts
Whether to sort gifts by price
The initial offset to start fetching from. If null, starts from the beginning
The maximum number of gifts to fetch per request
A function that determines whether to continue fetching on error. Returns true to continue, false to stop. Default is to stop on any error.