patchAll abstract method

Future<void> patchAll(
  1. List<SourcePatchModel> patches
)

Patches all sources with the given patches.

Implementation

Future<void> patchAll(List<SourcePatchModel> patches);