getValue method

ResponseFuture<ConfigurationValue> getValue(
  1. ConfigurationPath request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.ConfigurationValue> getValue(
  $1.ConfigurationPath request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$getValue, request, options: options);
}