testWebMethod_MyBool method

ResponseFuture<BoolValue> testWebMethod_MyBool(
  1. BoolValue request, {
  2. CallOptions? options,
})

Implementation

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