Repo class abstract
Defines the base interface for all external repositories and how they can be fetch.
Constructors
- Repo.new()
Properties
Methods
-
fetch(
) → Future< void> - Future that completes when the repository is available in the cacheDirectory.
-
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