removeHumanAvatar method

ResponseFuture<RemoveHumanAvatarResponse> removeHumanAvatar(
  1. RemoveHumanAvatarRequest request, {
  2. CallOptions? options,
})

Implementation

$grpc.ResponseFuture<$1.RemoveHumanAvatarResponse> removeHumanAvatar(
    $1.RemoveHumanAvatarRequest request,
    {$grpc.CallOptions? options}) {
  return $createUnaryCall(_$removeHumanAvatar, request, options: options);
}