testWebMethod_MyInteger method

ResponseFuture<Int32Value> testWebMethod_MyInteger(
  1. Int32Value request, {
  2. CallOptions? options,
})

Implementation

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