AurPatcherService class
Implements PatcherService for the InstallMedium.aur install medium.
- Inheritance
-
- Object
- PatcherService
- AurPatcherService
Constructors
Properties
Methods
-
getInstructions(
BuildContext context, Release release) → String -
Returns the instructions for manually installing a given release in markdown format.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(
Release release, {void onProgress(double progress)?}) → Future< void> -
Downloads and installs a given release.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited