PackageStore class abstract

Implementers

Constructors

PackageStore()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportsDownloadUrl bool
getter/setter pair

Methods

download(String name, String version) Stream<List<int>>
downloadUrl(String name, String version) FutureOr<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
upload(String name, String version, List<int> content) Future<void>

Operators

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