StdReleaseRepository class

Standard implementation of ReleaseRepository.

Inheritance

Constructors

StdReleaseRepository({required ReleaseDataSource dataSource})
Standard implementation of ReleaseRepository.

Properties

dataSource ReleaseDataSource
The data source to use for fetching releases.
final
hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

getAllReleases() Future<Map<BuildChannel, Release>>
Returns all releases available, grouped by build channel.
override
getLatestRelease() Future<Release>
Returns the latest release available.
override
isUpdateAvailable() Future<bool>
Returns true if an update is available for the current build channel and false otherwise.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited