updateOrganizationLogo method
ResponseFuture<IdentifierResponse>
updateOrganizationLogo(
- StandardFile request, {
- 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);
}