This is a high-level convenience method that combines fetching and parsing.
It handles encoding detection, redirects, and feed format detection automatically.
Throws
Error if URL is invalid, fetch fails, or feed cannot be parsed
Example
// Fetch and parse a feed constfeed = awaitgatherFeed('https://example.com/feed.xml');
Gather and parse a feed from a URL in one convenient call.