clearOptimisticPatches method

Future<void> clearOptimisticPatches()

Implementation

Future<void> clearOptimisticPatches() {
  return _handleSingleResponseCommand(
      (sendPort) => ClearOptimisticPatchesCommand(sendPort));
}