getInstructions method
- BuildContext context,
- Release release
override
Returns the instructions for manually installing a given release in markdown format.
Throws an UnsupportedError if canPatch returns true
.
Implementation
@override
String getInstructions(BuildContext context, Release release) {
return AppLocalizations.of(context)!.update_instructions_selfCompiled;
}