ReleaseProvider class abstract
The Release provider.
- Implemented types
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copy(
) → ReleaseProvider -
Returns a copy of this instance.
inherited
-
getReleaseBundle(
String name, Version targetVersion, [String? platform]) → FutureOr< ReleaseBundle?> -
Gets a ReleaseBundle for the
targetVersion
. -
lastRelease(
String name, {String? platform}) → FutureOr< Release?> -
Returns the last Version available for
name
and optionalplatform
. -
listReleases(
) → FutureOr< List< Release> > - Lists all releases.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onSpawned(
) → FutureOr< bool> -
Called when an Isolate is spawned and receives a Spawnable instance.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited