clearOptimisticPatches method

void clearOptimisticPatches()

removes all optimistic patches

Implementation

void clearOptimisticPatches() {
  optimisticPatchesStream.add({});
}