fetchRelease abstract method
- BuildChannel channel
Fetches the latest release for a given build channel.
Implementation
Future<Release> fetchRelease(BuildChannel channel);
Fetches the latest release for a given build channel.
Future<Release> fetchRelease(BuildChannel channel);