organizationSetLogo method

ResponseFuture<OrganizationSetLogoResponse> organizationSetLogo(
  1. OrganizationSetLogoRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$9.OrganizationSetLogoResponse> organizationSetLogo($9.OrganizationSetLogoRequest request, {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$organizationSetLogo, request, options: options);
}