latestRelease method
The newest offerable stable release of packageReference, or null.
Implementation
@override
Future<Release?> latestRelease(String packageReference) =>
latestChannel(packageReference, ReleaseChannel.release, exact: true);
The newest offerable stable release of packageReference, or null.
@override
Future<Release?> latestRelease(String packageReference) =>
latestChannel(packageReference, ReleaseChannel.release, exact: true);