fetchReleases abstract method
Fetches all releases for all build channels. Returns a map of BuildChannel to Release.
Implementation
Future<Map<BuildChannel, Release>> fetchReleases();
Fetches all releases for all build channels. Returns a map of BuildChannel to Release.
Future<Map<BuildChannel, Release>> fetchReleases();