getAllReleases abstract method
Returns all releases available, grouped by build channel.
Implementation
Future<Map<BuildChannel, Release>> getAllReleases();
Returns all releases available, grouped by build channel.
Future<Map<BuildChannel, Release>> getAllReleases();