StdReleaseDataSource class

Standard implementation of ReleaseDataSource.

Inheritance

Constructors

StdReleaseDataSource({required NetworkService networkService})
Standard implementation of ReleaseDataSource.

Properties

hashCode int
The hash code for this object.
read-onlyinherited
networkService NetworkService
The network service to use for fetching releases.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

fetchRelease(BuildChannel channel) Future<Release>
Fetches the latest release for a given build channel.
override
fetchReleases() Future<Map<BuildChannel, Release>>
Fetches all releases for all build channels. Returns a map of BuildChannel to Release.
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