websiteContent_Footer method

ResponseFuture<UIFooter> websiteContent_Footer(
  1. UIFooter request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$2.UIFooter> websiteContent_Footer(
  $2.UIFooter request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$websiteContent_Footer, request, options: options);
}