updateCache method

ResponseFuture<Empty> updateCache(
  1. ConfigurationId request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$3.Empty> updateCache(
  $0.ConfigurationId request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateCache, request, options: options);
}