onFinishInstallingUpdate abstract method

void onFinishInstallingUpdate(
  1. ReaderSoftwareUpdate? update,
  2. TerminalException? exception
)

The terminal has finished installing a ReaderSoftwareUpdate.

Implementation

void onFinishInstallingUpdate(ReaderSoftwareUpdate? update, TerminalException? exception);