InnoSetupPatcherService class
Implements PatcherService for the InstallMedium.innoSetup install medium.
- Inheritance
-
- Object
- PatcherService
- InnoSetupPatcherService
Constructors
- InnoSetupPatcherService(DownloadService downloadService)
- Implements PatcherService for the InstallMedium.innoSetup install medium.
Properties
- canPatch → bool
-
Whether the app can be patched automatically.
read-onlyoverride
- downloadService → DownloadService
-
The DownloadService used to download the update.
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
getInstructions(
BuildContext context, Release release) → String -
Returns the instructions for manually installing a given release in markdown format.
inherited
-
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.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited