canPatch property

  1. @override
bool canPatch
override

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

@override
bool get canPatch => false;