removeOptimisticPatch method

Future<void> removeOptimisticPatch(
  1. OperationRequest request
)

Implementation

Future<void> removeOptimisticPatch(OperationRequest request) {
  return _handleSingleResponseCommand(
      (sendPort) => RemoveOptimisticPatch(sendPort, request));
}