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