getUserConfigByKey method

ResponseFuture<StringValue> getUserConfigByKey(
  1. StringValue request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$0.StringValue> getUserConfigByKey($0.StringValue request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$getUserConfigByKey, request, options: options);
}