fetchRelease abstract method

Future<Release> fetchRelease(
  1. BuildChannel channel
)

Fetches the latest release for a given build channel.

Implementation

Future<Release> fetchRelease(BuildChannel channel);