ReleaseRepository class abstract
Repository interface for fetching releases information.
- Implementers
Constructors
Properties
- 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.
-
getLatestRelease(
) → Future< Release> - Returns the latest release available.
-
isUpdateAvailable(
) → Future< bool> -
Returns
true
if an update is available for the current build channel and false otherwise. -
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