canPatch property

bool canPatch

Whether the app can be patched automatically.

If this returns false, the user will have to manually install the update.

In this case patch will throw an UnsupportedError. Use getInstructions to get instructions for manually installing the update.

Implementation

bool get canPatch;