fetchReleases abstract method

Future<Map<BuildChannel, Release>> fetchReleases()

Fetches all releases for all build channels. Returns a map of BuildChannel to Release.

Implementation

Future<Map<BuildChannel, Release>> fetchReleases();