updateOrganizationLogo method

ResponseFuture<IdentifierResponse> updateOrganizationLogo(
  1. StandardFile request, {
  2. CallOptions? options,
})

Update the logo of the organization

Implementation

$grpc.ResponseFuture<$1.IdentifierResponse> updateOrganizationLogo(
  $1.StandardFile request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$updateOrganizationLogo, request,
      options: options);
}