getAllReleases abstract method

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

Returns all releases available, grouped by build channel.

Implementation

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