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