readCurrentPatch abstract method

Future<Patch?> readCurrentPatch()

Returns information about the currently installed patch. Returns null if no patch has been installed. Returns null if the updater is not available. Throws a ReadPatchException if the read is unsuccessful.

Implementation

Future<Patch?> readCurrentPatch();