removeHumanAvatar method
ResponseFuture<RemoveHumanAvatarResponse>
removeHumanAvatar(
- RemoveHumanAvatarRequest request, {
- CallOptions? options,
Delete User Avatar (Human)
Removes the avatar that is currently set on the user.
Implementation
$grpc.ResponseFuture<$0.RemoveHumanAvatarResponse> removeHumanAvatar(
$0.RemoveHumanAvatarRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$removeHumanAvatar, request, options: options);
}