getCurrentPatch method

Future<PatchInfo?> getCurrentPatch()

Get currently applied patch info

Implementation

Future<PatchInfo?> getCurrentPatch() async {
  _ensureInitialized();
  return _patchService.getCurrentPatch();
}